RUN=IDLE_STATE, INTFLAG=NO_PENDING_INTERRUPT
MRT0 Status register.
INTFLAG | Monitors the interrupt flag. 0 (NO_PENDING_INTERRUPT): No pending interrupt. Writing a zero is equivalent to no operation. 1 (PENDING_INTERRUPT): Pending interrupt. The interrupt is pending because TIMERn has reached the end of the time interval. If the INTEN bit in the CONTROLn is also set to 1, the interrupt for timer channel n and the global interrupt are raised. Writing a 1 to this bit clears the interrupt request. |
RUN | Indicates the state of TIMERn. This bit is read-only. 0 (IDLE_STATE): Idle state. TIMERn is stopped. 1 (RUNNING): Running. TIMERn is running. |
RESERVED | Reserved. |